*{
    /* outline: 1px solid red; */
}

.logo {
    height: 60px;
    width: 60px;
}

.nav-link:hover{
    color: #2c081a;
}

.active{
    color: #2c081a;
}

/* .image {
    margin-top: 20px;
} */

.img-fluid {
    width: 100%;
    height: 425px;
}

.introduction h2 {
    margin-top: 20px;
    text-align: center;
}

.card-text {
    margin-left: 20px;
    margin-left: 14px;
    word-spacing: 5px;
    font-size: 20px;
}


.features h3 {
    margin-top: 80px;
    text-align: center;
}

.features ul li {
    margin-top: 20px;
    color: white;
    font-size: 22px;
}

.salient-feature-image {
    width: 450px;
}


/* product detail start */
.product-detail {
    display: flex;
}

.product-detailinfo {
    margin-top: 30px;
}

.product-detailinfo h2 {
    text-align: center;
    text-transform: uppercase;
    color: #401028;
}

.product-detailinfo p {
    margin-top: 10px;
    margin-left: 30px;
    width: 50%;
    position: relative;
    left: 222px;
    font-size: 15px;
    /* text-align: center; */
}

.product-detail img {
    height: 400px;
    width: 750px;
    margin-top: 50px;
    margin-left: 30px;
}


.card-img-top{
    height: 400px;
}

/* product detail end */



/* our product start */
.our-products {
    margin-top: 80px;
}

.our-products h1 {
    text-align: center;
}

.our-products a {
    text-decoration: none;
}

.our-products button {
    background-color: #401028;
    font-size: medium;
    padding: 10px;
    color: white;
    border-color: #401028;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.our-products button:hover {
    background-color: #2c081a;
    border-color: #2c081a;
}

/* FOOTER START*/
.footer-footer {
    padding-top: 0rem !important;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: black;
    border-color: white;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: white;
    text-decoration: none;
}

.footer .copyright a:hover {
    color: #e7e7e7c0;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.col-md-6 {
    font-size: 18px;
}

.col-md-6 {
    flex: 1 0 auto !important;
}

/* FOOTER END */

#whatsapp {
    background-color: #008000;
    color: #ffffff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 100;
    text-decoration: none;
  }



/* product heading */
.product-heading h1 {
    background-color: #401028;
    text-align: center;
    color: aliceblue;
}

.card {
    box-shadow: 0px 0px 8px rgb(0, 0, 0, 0.5);
    margin: 20px;
}




/* quality control heading */
.qualitycontrol-heading{
    /* background-color: #401028; */
    text-align: center;
    color: aliceblue;
    /* width: 100%; */
}

.qualitycontrol-detail{
    display: flex;
}

.detail-1{
    margin-top: 10px;
    margin-left: 40px;
}

.detail-1 h2{
    color: #401028;
}
.detail-2{
    margin-top: 30px;
    position: relative;
    left: 100px;
}

.detail-2 h2{
    color: #401028;
}

.detail-3{
    margin-top: 20px;
    margin-left: 40px;
}

.detail-3 h2{
    color: #401028;
    /* margin-left: 10px; */
}


.qualitycontrol-images{
    background-color: #401028;
    height: 400px;
}

.card-img-top{
    height: 360px;
}


@media only screen and (max-width:768px){
    .detail-1, .detail-3{
        margin-left: 10px;
    }
.detail-2{
    position: relative;
    left: 0px
}


.product-detailinfo p {
    position: relative;
    left: 100px;
}
}


@media only screen and (max-width:320px){
    .product-detailimg{
        display:none;
    }
    .product-detailinfo p {
        width: 60%;
        position: relative;
        left: 32px;
    }

    .qualitycontrol-detail{
        flex-wrap: wrap;
    }

    .qualitycontrol-heading{
        background-color: none;
    }

    .card-img-top {
        height: 200px;
    }


    .qualitycontrol-images{
        height: 360px;
    }
}



@media only screen and (max-width:375px){
    .product-detailimg{
        display:none;
    }
    .product-detailinfo p {
        /* width: 66%; */
        position: relative;
        left: 40px;
    }

    .qualitycontrol-detail{
        flex-wrap: wrap;
    }

    .card-img-top {
        height: 110px;
    }


    .owl-item .cloned{
        margin-right: 0 !important;
    }

}


@media only screen and (max-width:425px){
    .product-detailimg{
        display:none;
    }
    .product-detailinfo p {
        width: 66%;
        position: relative;
        left: 54px;
    }

    .qualitycontrol-detail{
        flex-wrap: wrap;
    }

    .card-img-top {
        height: 250px;
    }

    .qualitycontrol-images{
        height: 809px;
    }

    .card-card{
        width: 250px;
        /* flex-wrap: wrap; */
        display: block;
        margin-left: auto;
        margin-right: auto;
        /* width: 50%; */
    }

}


/* contact */
input[type=text]:focus, input[type="email"]:focus{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #555;
    outline: 0 none;
}

.textarea:focus{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #555;
    outline: 0 none;
}